home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
HYP
/
C-D
/
DeveloperStax.cpt
/
Developer Stack 1.2r
/
card_26823.txt
< prev
next >
Wrap
Text File
|
1989-02-26
|
1KB
|
45 lines
-- card: 26823 from stack: in.2r
-- bmap block id: 0
-- flags: 0000
-- background id: 2612
-- name: GetDANames
-- part contents for background part 2
----- text -----
GetDANames
-- part contents for background part 3
----- text -----
This is an updated version of the XFCN in DevStack 1.1
This will return a list of all installed DAs.
Send comments & suggestions to Aron Roberts: CompuServe: 73075,1342
GEnie: ARON
ARPA Internet: csaron@garnet.Berkeley.EDU
BITNET: CSARON@UCBCMSA.BITNET
This XCMD may be freely distributed.
See also NumberofDAs*
-- part contents for background part 10
----- text -----
Syntax:
getDANames
Puts the names of the DAs in the Apple menu into an item list
COMMAND (in which each item is separated from the next by a comma) in the memory variable container, "namesOfDAs". If
"namesOfDAs" does not already exist, it is created automatically.
EXAMPLES: getDANames -- puts list into "namesOfDAs" container put namesOfDAs into card field "DANames" put item 2 of namesOfDAs into nameOfSecondDA
The numberOfDAs*() function and getDANames command may be used in any noncommercial or commercial stacks.
-- part contents for background part 13
----- text -----
17